Fix 'debug ?= y' to actually enable debug build.
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 2 Feb 2009 09:21:04 +0000 (09:21 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 2 Feb 2009 09:21:04 +0000 (09:21 +0000)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Config.mk

index 2144513410c1473be8cb82839948b2a195b0625e..abdb1abe4a16f01125c64f4465b1cfc1d2c5e885 100644 (file)
--- a/Config.mk
+++ b/Config.mk
@@ -1,7 +1,7 @@
 # -*- mode: Makefile; -*-
 
-# A debug build of Xen and tools?
-debug ?= y ## TEMPORARILY ENABLED
+# A debug build of Xen and tools? TEMPORARILY ENABLED
+debug ?= y
 
 XEN_COMPILE_ARCH    ?= $(shell uname -m | sed -e s/i.86/x86_32/ \
                          -e s/i86pc/x86_32/ -e s/amd64/x86_64/)